$intMinute = Time.GetMinute
("<time>")
Extracts minute element from the given time expression.
Parameters
<time> Any valid time expression in hh:mm:ss format.
Return Value
Returns an integer value between 0 and 59.
Example
$ret = time.GetMinute ("10:42:23")